'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal action As ShapeActionsCommand.Actions _ )
'Usage
Dim drawingObjects() As Shape Dim action As ShapeActionsCommand.Actions Dim instance As New ShapeActionsCommand(drawingObjects, action)
public ShapeActionsCommand( Shape[] drawingObjects, ShapeActionsCommand.Actions action )
Parameters
- drawingObjects
- The drawing objects to process.
- action
- The action agains the drawing object.